Release 10.1A: OpenEdge Development:
Programming Interfaces
Verifying a static temp-table against XML Schema
This code example demonstrates schema verification with a static temp-table:
As written, this code sample fails with the following error messages:
![]()
![]()
Because the verification mode is
“STRICT”, the presence of more fields in the XML Schema than are actually defined for the temp-table causes the method to fail. The definition and the XML Schema are not an exact match. Change the verification mode to“LOOSE”, and the code completes successfully because the temp-table definition is a partial match for the XML Schema.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |